home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / Technical Documentation / Macintosh Technotes and Q&As / technotes / tn / Apple_Guide_Variables / Source / AGValues.h < prev   
Encoding:
C/C++ Source or Header  |  1997-12-10  |  382 b   |  21 lines  |  [TEXT/R*ch]

  1. /*
  2.   File:              AGValues.h
  3.   Contains:        Header to AGValues.c
  4.   Written by:    Don Swatman
  5.   Copyright:    © 1996 by Apple Computer, Inc., all rights reserved.
  6. */
  7.  
  8. #ifndef __AGVALUES__
  9. #define __AGVALUES__
  10.  
  11. //==============================================
  12. // Install and remove handlers
  13. //==============================================
  14.  
  15. OSErr InitAGStuff();
  16.  
  17. void RemoveAGStuff();
  18.  
  19. #endif
  20.  
  21.